Files
Aegis/.gitignore
T
kitos 98fddccd32
Aegis CI / lint-and-test (push) Has been cancelled
chore(gitignore): remove .cursor from tracking and add to gitignore
2026-06-08 16:09:57 +02:00

72 lines
769 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.mypy_cache/
.pytest_cache/
.hypothesis/
# Environment
.env
.env.local
.env.*.local
*.env
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Build outputs
dist/
build/
*.egg-info/
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
# Docker
*.log
# OS
.DS_Store
Thumbs.db
# Local development
*.local
# Documentation drafts — never commit, delivered directly in chat
docs/confluence/
docs/drafts/
# Editor / AI assistant working files — never commit
.claude/
.cursor/
CLAUDE.md