# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.manifest
*.spec
debug_dir/
debug_results/
.ruff_cache/

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

# Distribution / packaging
.eggs/
*.tar.gz

# Unit test / coverage
.coverage
.coverage.*
htmlcov/
.cache
.pytest_cache/
pytest.log
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

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

# macOS
.DS_Store

# Environment files
.env
.env.*
!.env.example
