# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
*.pyo

# Virtual environments
.venv/
venv/
ENV/
env/
env.bak/
pythonenv*

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
*.egg-info/
MANIFEST
.eggs/
*.tar.gz
*.whl
develop-eggs/
downloads/
eggs/
parts/
sdist/
var/
wheels/
share/python-wheels/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
pip-wheel-metadata/

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/

# Documentation
docs/_build/
docs/build/
docs/site/
docs/html/
docs/latex/
docs/man/
docs/texinfo/
docs/text/
docs/_autosummary/
docs/api/

# Environment variables
.env
.env.local
.env.*.local
.envrc
.direnv/

# IDE / Editor
.idea/
.vscode/
*.iml
*.swp
*.swo
*~
.DS_Store
Thumbs.db
*.sublime-project
*.sublime-workspace
.sublime/
.qtc/
.clion/
.stfolder/
.svn/
.hg/

# Tite specific
.tite/
*.tite.lock
.tite-config

# Logs
logs/
*.log
*.pid
*.pid.lock

# Databases
*.db
*.sqlite
*.sqlite3

# Secrets
*.key
*.pem
*.crt
*.csr
*.p12
*.pfx
*.p8
*.p7b
*.cer
*.der
*.gpg
*.asc

# Data files
*.csv
*.tsv
*.parquet
*.pickle
*.pkl
*.joblib
*.dill
*.npy
*.npz
*.mat
*.h5
*.hdf5
*.nc
*.netcdf
*.feather
*.arrow
*.jsonl
*.ndjson

# Model files
*.model
*.models
*.weights
*.weight
*.ckpt
*.pt
*.pth
*.pb
*.onnx
*.tflite

# Jupyter Notebooks
.ipynb_checkpoints/
*.ipynb_checkpoints/

# Temporary files
*.tmp
*.temp
*.bak
*.backup
*.swp
*.swo

# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk

# Build tools
build-tools/
build-scripts/

# Development artifacts
dev-artifacts/
development/
scratch/
sandbox/
playground/

# Coverage reports
coverage/
coverage_html/
coverage.xml
htmlcov/
*.coverage
*.coverage.*
.coverage.*
coverage-*.json

# Profiling results
profile/
profiling/
*.prof
*.lprof
*.cprof
*.pstats