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

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

# Virtual environments
venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Documentation
docs/_build/

# IDE-specific files
.idea/
.vscode/
*.swp
*.swo

# Project-specific
.local/