Files
alfred/.gitignore
T
2026-04-30 12:41:42 +02:00

76 lines
622 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# IDE
.vscode/
.idea/
.ruff_cache
*.swp
*.swo
*~
# Qodo
.qodo/
# Memory and state files
memory.json
memory_data/
# Coverage reports
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
# Pytest cache
.pytest_cache/
# OS
.DS_Store
Thumbs.db
# Secrets
.env.secrets
# Backup files
*.backup
# Application data dir
data/*
# Application logs
logs/*
# Documentation folder
docs/
# .md files
*.md
#