# Environment
.env

# Python virtual environment
venv/
.venv/

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

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

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.log

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