Cybersecurity-Projects/PROJECTS/beginner/c2-beacon/.gitignore

46 lines
378 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
# Virtual environments
.venv/
venv/
# SQLite
*.db
data/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing / Linting caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
# Node
node_modules/
frontend/dist/
# Environment
.env
.env.local
.env.*.local
# Docker
*.log
# OS
.DS_Store
Thumbs.db