.attic/
etc


# Environment
.venv/
env/
venv/

# IDE and OS
.vscode/
.idea/
*.sublime-*
Thumbs.db
.DS_Store

# Test and coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
*.pytest_cache*

# Local data
*.log

# Environment files (secrets)
.env
.env-example
.env*

# Packaging
dist/
build/
*.egg-info/

# Compiled files
__pycache__/
*.pyc
