diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-03-22 19:56:47 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-03-22 20:19:27 +0300 |
| commit | 536d022e8a55f6e53f01dfb7e0fae2ef24385aad (patch) | |
| tree | 721d7195db7fc12c725b27301f77e345df64d1b4 /.gitignore | |
| download | vpn_manager_bot-536d022e8a55f6e53f01dfb7e0fae2ef24385aad.tar.gz vpn_manager_bot-536d022e8a55f6e53f01dfb7e0fae2ef24385aad.zip | |
Init project
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38d03af --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Python-generated files | ||
| 2 | __pycache__/ | ||
| 3 | *.py[oc] | ||
| 4 | build/ | ||
| 5 | dist/ | ||
| 6 | wheels/ | ||
| 7 | *.egg-info | ||
| 8 | |||
| 9 | # Virtual environments | ||
| 10 | .venv | ||
| 11 | |||
| 12 | # Environment variables | ||
| 13 | .env | ||
| 14 | |||
| 15 | # Data storage | ||
| 16 | storage/ | ||
