CyberAttack-PLL / .gitignore
krishuggingface's picture
Initial commit: PLL Cyberattack Detection OpenEnv
81e328b
Raw
History Blame Contribute Delete
174 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
# Environment
.env
.venv/
venv/
# Testing
.pytest_cache/
# Data
sample_data/
# IDE
.vscode/
.idea/
*.swp
*.swo