# Virtual environments
.venv
venv/
env/
ENV/

# Environments
.env

# Python cache
__pycache__
*.py[cod]
*$py.class
*.so

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

# PyPI
.pypirc

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environment variables
.env
.env.local