# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

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

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

# Git
.git/
.gitignore

# CI/CD
.github/

# Documentation
docs/
*.md
!README.md
!LICENSE

# Tests
tests/
.pytest_cache/
.coverage
htmlcov/

# Project specific
.env
.env.local
.lokalise-mcp.json
.claude/

# OS
.DS_Store
Thumbs.db
