# Virtual environment
venv/
env/
.venv/

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

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

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage

# Environment variables
.env
