114 lines
1.3 KiB
Text
114 lines
1.3 KiB
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
/lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# documents
|
|
docs/invoice
|
|
data/custodian/web/bu
|
|
data/custodian/weboj
|
|
data/custodian/person/affiliated/manual/
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
.venv/
|
|
|
|
# Poetry
|
|
poetry.lock
|
|
.poetry/
|
|
|
|
# Testing
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.log
|
|
.pytest_cache/
|
|
htmlcov/
|
|
|
|
# Type checking
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
.pytype/
|
|
.pyre/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints/
|
|
*.ipynb
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Documentation
|
|
docs/_build/
|
|
site/
|
|
|
|
# spaCy models
|
|
*.spacy
|
|
*.bin
|
|
|
|
# Data files (large CSVs, JSONs, etc.)
|
|
# Uncomment if you don't want to track large data files
|
|
# *.csv
|
|
# *.json
|
|
# *.parquet
|
|
# *.db
|
|
# *.sqlite
|
|
|
|
# Output files
|
|
output/
|
|
exports/
|
|
cache/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Infrastructure secrets
|
|
infrastructure/terraform/terraform.tfvars
|
|
infrastructure/terraform/*.auto.tfvars
|
|
infrastructure/terraform/.terraform/
|
|
infrastructure/terraform/*.tfstate*
|
|
|
|
# DuckDB lakehouse databases
|
|
data/ducklake/*.duckdb
|
|
data/ducklake/*.duckdb.wal
|
|
data/ducklake/
|