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

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

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Build artifacts
build/
dist/
*.egg-info/
.eggs/
*.egg

# PyPI upload tools
*.log
*.bak

# Editor-specific files
.vscode/
.idea/
*.swp
*~

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Jupyter
.ipynb_checkpoints/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# profiling
.prof

# dotenv
.env
.env.*

# Wheel & tarball artifacts
*.whl
*.tar.gz
*.zip

# Python project metadata
MANIFEST

# Coverage
.pytest_cache/

data/*