Personal time tracking app built in python fastAPI
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Environment files
.env
.env.local
.env.*.local

# Git
.git/
.gitignore
.gitattributes

# Documentation
*.md
!README.md

# Terraform
terraform/

# Operations (old directory)
ops/

# Compose override files
compose.override.yml
compose.*.yml
docker-compose.override.yml
docker-compose.*.yml

# CI/CD
.github/

# Logs
*.log
logs/