You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
619 B
71 lines
619 B
# Logs |
|
logs |
|
*.log |
|
|
|
# Process Images |
|
/*.png |
|
/*.jpg |
|
/*.gif |
|
altered/ |
|
|
|
# Runtime data |
|
pids |
|
*.pid |
|
*.seed |
|
*.pid.lock |
|
|
|
# Cache |
|
__pycache__ |
|
|
|
# dotenv environment variables file |
|
.env |
|
|
|
# Checkpoints |
|
checkpoints/ |
|
|
|
# Build |
|
build/ |
|
|
|
# node_modules |
|
scripts/node_modules/ |
|
|
|
# release script |
|
.eslintrc.js |
|
.prettierrc |
|
*.tar.gz |
|
*.7z |
|
*.lock |
|
|
|
# Build Configuration |
|
*.spec |
|
|
|
# Dist |
|
dist/ |
|
|
|
# Output file |
|
output.png |
|
|
|
# Byte-compiled / optimized / DLL files |
|
__pycache__/ |
|
*.py[cod] |
|
*$py.class |
|
|
|
# Environments |
|
.venv |
|
env/ |
|
venv/ |
|
ENV/ |
|
env.bak/ |
|
venv.bak/ |
|
|
|
# IDE |
|
.idea |
|
*.kdev4 |
|
|
|
# flake |
|
.flake8 |
|
requirements_flake8.txt |
|
|
|
# Test |
|
requirements_dev.txt |
|
tests
|
|
|