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

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

# Virtual environments
.venv/
venv/
env/

# Test and coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.pip-audit-cache/

# Type checker / linter caches
.ruff_cache/
.mypy_cache/
.pyre/

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

# OS files
.DS_Store

# Local environment files
.env
.env.*
