ungana

Client application that creates customized .ics files for ticket booking and event reservations
Info | Log | Files | Refs | README

.gitignore (464B)


      1 # Byte-compiled / optimized / DLL files
      2 __pycache__/
      3 *.py[cod]
      4 *$py.class
      5 
      6 # Virtual environment
      7 venv/
      8 .env/
      9 .venv/
     10 
     11 # Distribution / packaging
     12 build/
     13 dist/
     14 *.egg-info/
     15 .eggs/
     16 
     17 # Installer logs
     18 pip-log.txt
     19 pip-delete-this-directory.txt
     20 
     21 # Unit test / coverage reports
     22 htmlcov/
     23 .tox/
     24 .nox/
     25 .coverage
     26 .coverage.*
     27 .cache
     28 .pytest_cache/
     29 
     30 # VS Code settings
     31 .vscode/
     32 
     33 # OS-specific files
     34 .DS_Store
     35 Thumbs.db
     36 
     37 # Generated ical files
     38 *.ics
     39 
     40 # Compiled gettext files
     41 *.mo