# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/

# Environment variables
.env

# IDEs
.idea/
.vscode/
*.swp
config_dump.json
