# Environment variables
.env
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
.venv/
venv/
ENV/
# Distribution / packaging
dist/
build/
*.egg-info/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Local development settings
*.log
.DS_Store