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

# C extensions
*.dll
*.dylib

# Distribution / packaging
.Python
build/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Test / coverage reports
.coverage
.coverage.*
.cache/
coverage.xml
*.cover
*.py,cover
htmlcov/
.pytest_cache/
.hypothesis/

# Type checkers / linters
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/

# Environments
.env
.env.*
!.env.example
!.env.sample
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/

# Build tools / task runners
.tox/
.nox/
.hatch/
.pdm-python

# Jupyter Notebook
.ipynb_checkpoints/

# IDEs / editors
.idea/
.vscode/
*.swp
*.swo
*~

# Operating system files
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini

# Logs
*.log
