# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]

# Virtual environment
.venv/
venv/

# Distribution / packaging
.eggs/
*.egg

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Environmental variables

.env
.env.prod