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

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

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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml

# Editors / OS
.DS_Store
.idea/
.vscode/

# Runtime / local state
.env
.env.*
*.log
.python-version
.ipynb_checkpoints/

