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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
wheels/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Virtualenvs
.venv/
venv/
env/
ENV/

# Tooling
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.python-version

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store
