pyserveX/.gitignore
2025-12-03 12:54:45 +03:00

30 lines
201 B
Plaintext

.venv/
venv/
config.example.yaml
__pycache__/
logs/*
static/*
.DS_Store
.coverage
docs/
dist/
build/
# Cython generated files
*.c
*.so
*.pyd
*.html
*.egg-info/
# IDE
.idea/
.vscode/
*.swp
*.swo