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

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

# Environment variables
.env.local
.env.development

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

# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo

# Testing / Profiling
.pytest_cache/
.coverage
htmlcov/

# macOS
.DS_Store
